home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict03.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  188 b   |  12 lines

  1. on exitFrame
  2.   global delaytime
  3.   if rollOver(35) then
  4.     cursorcontrol(35)
  5.   else
  6.     set the visible of sprite 48 to 0
  7.     updateStage()
  8.     cursor(-1)
  9.     wait(delaytime)
  10.   end if
  11. end
  12.